For any other text in the format string, the data is copied as is to the result string. 对于格式字符串中的任何其他文本,数据按原样复制到结果字符串中。
Numeric values can be formatted with a format string as shown in the example. 可以使用下面示例中所示的格式字符串格式化数值。
Gnuplot reads in the data using the C standard library's scanf function, with the given format string ( see help using for all the details). Gnuplot使用C标准库的scanf函数以及给定格式字符串(有关详细信息,请参阅helpusing)读入数据。
Therefore, the format string containing% ( cmdName) s will be replaced by the local variable named cmdName, and the value will be displayed as a string. 因此,包含%(cmdName)s的格式字符串会替换为局部变量cmdName,以字符串形式显示它的值。
The format string follows the syntax described above for an inbound service. 格式字符串遵循上面描述的用于入站服务的语法。
The result is a single string that incorporates the log level and user-specified format string as a single string. 组合的结果是将日志级别和用户指定的格式字符串包含在一个字符串中。
Finally the new body must be stored in the format appropriate for the inbound service; you can see the format string used to accomplish that. 最后,新的主体必须使用入站服务的适当格式存储;可以看到用于完成该任务的格式字符串。
Note that the first argument is not an argument at all, as no comma(,) separates the level ( KERN_CRIT) from the format string. 注意,第一个参数并不一个真正的参数,因为其中没有用于分隔级别(KERNCRIT)和格式字符的逗号(,)。
If you need more control, you can explicitly specify a format string for the using modifier. 如果需要更多的控制,您可以为using修饰符明确指定格式字符串。
The format string identifies, for example, the WSDL and schema that define the message. 例如,格式字符串确定定义消息的WSDL和模式。
Exempting the format string argument, all other arguments must be squeezed in with either a tuple or a dictionary. 除了格式化字符串参数,所有其他的参数都必须用一个元组(tuple)或是一个字典(dictionary)进行挤压。
The bus uses a format string to understand the format of the message. 总线使用格式字符串解析消息的格式。
You can think of the format string as a pointer into the SDO repository. 可以将格式字符串看作指向SDO资源库的指针。
The difference here is that the format string must identify, with each format specification, which dictionary entry will be used to provide the substitution. 这里的差异是,格式字符串必须为每个格式定义指定使用哪个词典条目提供替换。
Therefore, to put the message into the proper format for the outbound service, P1S1Transform must use the format string 因此,为了将SOAP消息的格式转换为出站服务的适当格式,P1S1Transform必须使用格式字符串
The value for the OrderDate is set by calling the Bind expression and passing to it the name of the column in the GridView's associated data source and an optional data format string expression. OrderDate的值是通过调用Bind表达式并向它传递GridView的关联数据源中列的名称和一个可选的数据格式字符串表达式来设置的。
Usage analysis will not run; there is no format string for the log file name ( s). 使用率分析将不运行;无日志文件名称的格式字符串。
You could absolutely implement something more interesting and something even more animated like we saw on Wednesday or even earlier today, but it takes a little more than just a format string. 你绝对可以实施一些更有用的,和一些更愉快的东西,像我们周三或今天早些时候,看到的,但它不只是,格式化字符串。
A New Model of Defending Reading-writing-cross-border of Format String 一种新的格式化串读写越界防御模型
See WordPress: Formatting Date and Time for information on date and time format string use. 请看看日期和时间格式关于格式字符串使用的日期和时间的信息。
A variable number of arguments to be converted to text as dictated by the format string. 一个可变数目的参数,他们将按照指示命令转化为文本。
And it boils down to modifying the format string with just a simple number. 它归结于是用一个简单的数字来,修改字符串的格式。
Requests text to display in a portion of the format string described as a callback field 请求在称为回调字段的部分格式字符串中显示文本
In this article, two kinds of novel buffer overflow attacking principles, format string and HEAP/ BSS are analyzed. 论文主要分析了两种新的缓冲区溢出攻击形式所利用的原理,即:格式化串和HEAP/BSS。
A full error message follows, running to the end of the format string. 紧跟一个完整的错误信息,直到格式串尾。
Specifies a format string for building an error response to the client. 指定用于发送给客户端的错误回应使用的格式字符串。
Buffer overflow attack mainly includes stack overflow, heap overflow and format string overflow and so on. 缓冲区溢出主要分为堆栈溢出、堆溢出和格式化字符串溢出等。
Various solutions are developed to address the format string vulnerability problem in both research and commercial communities. 为解决格式串脆弱性问题,在研究和商业领域提出了各种各样的方案。
Format string overflow attack is a new and dangerous attack method used in network attacks. 利用格式串脆弱性进行攻击是网络攻击中新起的和危险的攻击方法。
Fuzz Testing often used to discover DoS, buffer overflow, format string and other kinds of serious vulnerabilities of network protocols. FuzzTesting作为一种重要的测试手段,通过大量数据的注入来测试网络协议的安全,能够发现拒绝服务、缓冲区溢出和格式化字符串等多种重要漏洞。